home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Add-Ons / After Dark / Joe Judge / Blot ƒ / blot.h < prev    next >
Encoding:
Text File  |  1994-05-15  |  265 b   |  14 lines  |  [TEXT/KAHL]

  1. int
  2. initblot(int whichScreen, Rect *theRect, short screenDepth);
  3.  
  4. void
  5. drawblot(int whichScreen, Rect *theRect, short screenDepth);
  6.  
  7. void
  8. XDrawPoints(Rect *theRect, Point *points, short how_many);
  9.  
  10. /////// joe-defines
  11. #define MAXSCREENS        3
  12. #define MAXPOINTS        6000
  13.  
  14.